diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-26 15:50:32 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2024-01-26 15:50:32 -0500 |
| commit | 0647000a7700439fa471673d00882386bfb1343f (patch) | |
| tree | b2b936cdad83304f69d63a23c7afafbfcb44e771 /src/app/groups/[groupId] | |
| parent | 2228415323cd9685e81b49de6176e66f0d214a73 (diff) | |
Disable prefetch on export link
Diffstat (limited to 'src/app/groups/[groupId]')
| -rw-r--r-- | src/app/groups/[groupId]/expenses/page.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/groups/[groupId]/expenses/page.tsx b/src/app/groups/[groupId]/expenses/page.tsx index 56b5cd9..27f411a 100644 --- a/src/app/groups/[groupId]/expenses/page.tsx +++ b/src/app/groups/[groupId]/expenses/page.tsx @@ -41,6 +41,7 @@ export default async function GroupExpensesPage({ <CardHeader className="p-4 sm:p-6 flex flex-row space-y-0 gap-2"> <Button variant="secondary" size="icon" asChild> <Link + prefetch={false} href={`/groups/${groupId}/expenses/export/json`} target="_blank" > |
